home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / misc / lckylt_c.lzh / LCKYLT_C.ASC next >
Text File  |  1993-09-25  |  16KB  |  380 lines

  1.                   Lucky LOTTO Numbers
  2.  
  3. Right now you are probably saying, "Just what I need, another
  4. random number generator/lottery database!  Just like I need
  5. another word processor, checkbook program and a hole in the
  6. head."  Well hold on just a minute, this generator/database is a
  7. little bit different since it adds new wrinkles, it's free, it's
  8. guaranteed* (see FINE PRINT below), and it's prettier than the
  9. others.  So trash all your others and enjoy Lucky LOTTO Numbers!
  10.  
  11. Lucky LOTTO Numbers was written specifically for the Texas Lotto
  12. but it will work just fine for most other lotteries too.  Limits
  13. are for lotteries who's formats are in the ranges of 1 to 9
  14. winning numbers out of a possibility of 15 to 60 numbers.
  15.  
  16. LEGAL STUFF
  17.  
  18. The author assumes no responsibility for damage to your
  19. computer, printer, or wallet caused either directly or indirectly
  20. by the use of this program.
  21.  
  22. This program was written and compiled using GFA BASIC Version
  23. 3.5E.  Mark Matts' GUI-4-GFA Construction Kit was used to create
  24. the source code for the interface screens.  Thanks Mark!  
  25.  
  26. You can do most anything you want with the program except
  27. alter it or this text file in any way.  This file, the program,
  28. and related files must not be separated when uploaded or given
  29. away.  I would appreciate it if someone would upload the
  30. compressed file to CompuServe, Delphi, and other BBSs?  
  31.  
  32. Lucky LOTTO Numbers Version 1.0, 1.1, 1.2, 2.0, 3.0, 3.1 and 3.2
  33. were copyrighted in 1993 by the authors, Terry Warren and Barney
  34. Poston.  Version 4.0, is copyrighted by Barney Poston.  Much
  35. thanks to Terry Warren for being picky, having good ideas, and
  36. for the beta testing.  You're a good kid.
  37.  
  38. The contents of the ZIP file should be LCKYLT_C.PRG, LOT_BASE
  39. (folder), LOT_BASE.DAT and LOT_BASE.NUM (in the folder), and this
  40. ASCII file LCKYLT_C.ASC.  There may also be a READ_ME.ASC file
  41. with information about last minute changes.
  42.  
  43. This program is free.....and it is damn well worth it.  Please
  44. send GEnie E-Mail with your suggestions and comments, no matter
  45. how tacky they are, to B.POSTON.  If you don't have a GEnie
  46. account, get one!  Use your winnings from this program of course 
  47. :-).  You may use snailmail to the following:
  48.  
  49.                   Barney Poston
  50.                   4648 Highgrove Drive
  51.                   Fort Worth, Texas 76132
  52.  
  53. INSTALLATION
  54.  
  55. LCKYLT_C.PRG and the LOT_BASE folder must be located in the same
  56. root directory or folder so that the default database
  57. (LOT_BASE.DAT) can be read on bootup.
  58.  
  59. RUNNING IT
  60.  
  61. Lucky LOTTO Numbers version 4.0 is a color version that will also
  62. run in monochrome.  Although it will run in high resolution it
  63. isn't very attractive, in fact it is down right ugly.  For those
  64. who want to run the program in high resolution, it is recommended
  65. that version 3.2 of the program be downloaded.  V3.2 is GEnie
  66. file number 29546. 
  67.  
  68. This program has been successfully tested on 1040 ST and MEGA ST4
  69. computers in conjunction with 9 pin dot matrix, DeskJet 500 and
  70. LaserJet 4 printers.  It should run just fine on an STe or TT and
  71. with most other printers. Please report any problems to the
  72. author.  I have an unconfirmed report that it wont print from a
  73. Falcon.  Anybody know why this might be true?
  74.  
  75. Double clicking on the file "LCKYLT_C.PRG" will load the
  76. LOT_BASE.DAT file from the LOT_BASE folder and bring up the
  77. program INFO screen.  Clicking on the "CONTINUE" button opens the
  78. Main Menu screen.
  79.  
  80. The Main Menu screen has 12 radio buttons; DESIGNATE,
  81. VIEW, BATCH PRINT, RESERVED, SAVE NUMBERS, FREQUENCY,
  82. DATABASE, STATISTICS, FORMAT, INFORMATION, and QUIT.
  83.  
  84. Starting at the upper left button and working to the lower right,
  85. the button's functions are as follows:
  86.  
  87. DESIGNATE
  88.  
  89. A left click on this button takes the user to a screen where 
  90. lucky or unlucky numbers may be 'included' or 'excluded' from
  91. each set of LOTTO numbers drawn or printed.  Note: By opening
  92. this screen the user erases any numbers that were previously
  93. 'included' or 'excluded'.  This is the only way, other than
  94. exiting the program, that these numbers can be cleared.
  95.  
  96. Include: To 'include' your lucky numbers click on the INCLUDE
  97. button then on the numbers of your choice.  Should you make a
  98. mistake or change your mind, clicking on a previously 'included'
  99. number will remove it from the included list.  Numbers that have
  100. been 'included' are covered and have the abbreviation "IN" on
  101. them.
  102.  
  103. Exclude: This works the same as 'Include' described above. 
  104. Numbers that have been 'excluded' are covered and have the
  105. abbreviation "EX" on them.
  106.  
  107. Main Menu: Self explanatory.  A left click takes the user back to
  108. the home screen.
  109.   
  110. Note: This screen's display is determined by the currently
  111. selected lottery format.  It displays from 15 to 60 numbers as
  112. applicable.
  113.  
  114. VIEW 
  115.  
  116. A left click on the VIEW button takes the user to a screen where
  117. the random numbers can be viewed as they are selected and then
  118. printed if desired.  This screen has four buttons of its own as
  119. follows:  
  120.  
  121. Show Numbers: Clicking on the show numbers button will cause a
  122. set of random numbers to be displayed in the center of the
  123. screen.  Despite appearances, the numbers really are drawn
  124. randomly.  The numbers are randomly drawn by the program and then
  125. sorted in numerical sequence prior to displaying.  Numbers which
  126. you previously designated to 'include' will be in the 'set'
  127. displayed.  Conversely, those numbers designated to be 'excluded'
  128. are not chosen or displayed.  
  129.  
  130. This screen also displays, at the top center of the screen, the
  131. number of LOTTO sets that have been viewed during the current
  132. session on this screen.  On the top right and left the
  133. included/excluded numbers are displayed for reference.  A maximum
  134. of 25 sets can be viewed in any one session on this screen. 
  135. After reaching 25 or after batch printing, the number of sets is
  136. reset to zero.  By left clicking, hitting the return key or space
  137. bar a brand new set of random numbers with the 'Includes' and
  138. 'Excludes' as applicable will be drawn and displayed.
  139.  
  140. Print This Set: Clicking on this button will print the 'set' of
  141. numbers currently displayed.  When using this feature, your
  142. printer will not formfeed.  You will need to formfeed manually.
  143.  
  144. Print All Sets: A left click on this button prints the last
  145. several sets as indicated by the displayed set number.  After
  146. printing 'All Sets' the set number counter is reset to zero. 
  147. This will do a form feed.
  148.  
  149. Main Menu: This is self explanatory, a left click on this button
  150. takes you back to the Main Menu.
  151.  
  152. Please note; this screen will display and print in accordance
  153. with the lottery format loaded on bootup or as altered after
  154. bootup in the LOTTERY FORMAT dialogue box.  
  155.  
  156. BATCH PRINT
  157.  
  158. A left click on this button brings up a selector box where the
  159. user can specify the number of sets of random numbers to be
  160. printed.  The default quantity is 12.  The quantity can be
  161. adjusted from 1 to 25 by using the slider bar.  Numbers which
  162. you previously designated to 'include' are displayed and will be
  163. in the 'sets' printed.  Conversely, those numbers designated to
  164. be 'excluded' are displayed and are never in the sets printed.
  165.  
  166. Print: Starts the printing process.
  167.  
  168. Main Menu: Takes you back where you started. 
  169.  
  170. SAVE NUMBERS
  171.  
  172. Clicking on this button opens a screen where the latest winning
  173. numbers may be input and saved to the database.  
  174.  
  175. At the top of the screen the current date, as determined from
  176. your system, is shown.  You may adjust the date by clicking on
  177. the appropriate buttons or see CONTROL PANEL below.  
  178.  
  179. When winning numbers are saved to the database, the total number
  180. of lotteries and each number's frequency is saved to the file
  181. LOT_BASE.DAT.  The date and numbers drawn on that date are saved
  182. to the file LOT_BASE.NUM.  Sorry, but the database cannot be
  183. edited from within the program.  It can be edited from any text
  184. editor that accepts ASCII files, just be certain that the last
  185. number is followed with a carriage return and that the format of
  186. the database is not altered in any way.
  187.  
  188. In the center